GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdViewer / AfterPrintPage Method





In This Topic
AfterPrintPage Method
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(26)>
Sub AfterPrintPage( _
   ByVal Page As Integer, _
   ByVal PageLeft As Integer, _
   ByRef Cancel As Boolean _
) 
[DispId(26)]
void AfterPrintPage( 
   int Page,
   int PageLeft,
   ref bool Cancel
)
procedure AfterPrintPage( 
    Page: Integer;
    PageLeft: Integer;
   var  Cancel: Boolean
); 
DispIdAttribute(26)
function AfterPrintPage( 
   Page : int,
   PageLeft : int,
   Cancel : boolean
);
[DispId(26)]
void AfterPrintPage( 
   int Page,
   int PageLeft,
   ref bool Cancel
) 
[DispId(26)]
void AfterPrintPage( 
   int Page,
   int PageLeft,
   bool% Cancel
) 

Parameters

Page
PageLeft
Cancel
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.__GdViewer
__GdViewer Members